ia64 doesn't use /usr/lib64 on any distribution. When it's present, it's a symlink...
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 3 May 2007 08:32:35 +0000 (09:32 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 3 May 2007 08:32:35 +0000 (09:32 +0100)
Signed-off-by: Aron Griffis <aron@hp.com>
tools/libfsimage/common/fsimage_plugin.c

index ab35fb7d8f7d5e9d8e4f63a81846d19e5f4ff5c6..d62435c8dd824a463fbe0c704758802c28763c7d 100644 (file)
@@ -137,6 +137,9 @@ static int load_plugins(void)
 
        if (sizeof(void *) == 8)
                isadir = "64/";
+#elif defined(__ia64__)
+       if (fsdir == NULL)
+               fsdir = "/usr/lib/fs";
 #else
        if (fsdir == NULL) {
                if (sizeof(void *) == 8)